xend: Allow user to specify vslots 0 - 1f for static pass-through
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:40:28 +0000 (11:40 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:40:28 +0000 (11:40 +0100)
commit7fdd501f11f56e7a4a0b8b9feac5d182f9ee3937
tree87023999d9e0e5750f150cdc23d6d647a8cddf0b
parent1d11695836e0a23724e61ef46a600424ad023860
xend: Allow user to specify vslots 0 - 1f for static pass-through

The current parser only accepts vslots 0 - f (hex), that is, only
slots that have one digit. This is an omission as two digit slots
with a leading 0 or 1 are also valid, representing the
full range of slots 0 - 1f.

Thanks to Dexuan Cui for spotting this problem.

Cc: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
tools/python/xen/xm/create.py